<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">if (typeof(jQuery) == 'function') {
	jQuery(document).ready(function($){
		if ($.fn.cdcaptcha) {
		
			$.fn.cdcaptcha.globalDefaults = ({
				headerText : 'Защита от регистрации ботов',
				infoText : 'Пожалуйста, передвиньте ползунок вправо',
				lockedText : 'Запрещено',
				unlockedText : 'Разрешено',
				uitheme : 'ui-lightness',
				autoFormSubmit : false,
				slideCaptchaUp : 0
			});
			
			$('form[name="emailForm"]').cdcaptcha({
				submitElement : 'input[type="button"]',
				random : 'qbWhgJ223LFhtfFu78MqagYi',
				scope : 'com_virtuemart'
			});
		}
		});
	}</pre></body></html>